home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch20 / 20fig12.wrl < prev    next >
Text File  |  1996-09-23  |  519b  |  31 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         Transform {
  8.             translation -9.0 0.0 0.0
  9.             children [
  10.                 DirectionalLight {
  11.                     direction 1.0 0.0 0.0
  12.                 },
  13.                 DEF Spheres Inline {
  14.                     url "spheres.wrl"
  15.                     bboxCenter 0.0 0.0 0.0
  16.                     bboxSize   16.0 16.0 1.0
  17.                 },
  18.             ]
  19.         },
  20.         Transform {
  21.             translation 9.0 0.0 0.0
  22.             children [
  23.                 DirectionalLight {
  24.                     direction -1.0 0.0 0.0
  25.                 },
  26.                 USE Spheres
  27.             ]
  28.         }
  29.     ]
  30. }
  31.